public static class Chain.ChainEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ValueAdaptor |
adaptor |
protected String |
name |
protected Chain.ChainEntry |
next |
protected boolean |
special |
protected Object |
value |
Constructor and Description |
---|
ChainEntry(String name,
Object value) |
protected String name
protected Object value
protected transient ValueAdaptor adaptor
protected boolean special
protected Chain.ChainEntry next
Copyright © 2019. All rights reserved.