Class ConfiguredReference
java.lang.Object
io.protostuff.parser.ConfiguredReference
The reference configured via options and annotations.
- Author:
- David Yu
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfiguredReference(LinkedHashMap<String, Object> source, LinkedHashMap<String, Object> destination, String enclosingNamespace) -
Method Summary
-
Field Details
-
RESOLVE_ENUM_VALUE_REF
public static final boolean RESOLVE_ENUM_VALUE_REF
-
-
Constructor Details
-
ConfiguredReference
public ConfiguredReference(LinkedHashMap<String, Object> source, LinkedHashMap<String, Object> destination, String enclosingNamespace)
-