public class DynamicTypeInfo extends Object implements ValueTypeInfo<AddsToRuleKey>
Modifier and Type | Field and Description |
---|---|
static DynamicTypeInfo |
INSTANCE |
Constructor and Description |
---|
DynamicTypeInfo() |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
create(ValueCreator<E> creator) |
<E extends Exception> |
visit(AddsToRuleKey value,
ValueVisitor<E> visitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNotNull
public static final DynamicTypeInfo INSTANCE
public <E extends Exception> void visit(AddsToRuleKey value, ValueVisitor<E> visitor) throws E extends Exception
visit
in interface ValueTypeInfo<AddsToRuleKey>
E extends Exception
public <E extends Exception> AddsToRuleKey create(ValueCreator<E> creator) throws E extends Exception
create
in interface ValueTypeInfo<AddsToRuleKey>
E extends Exception