Class ConfiguredReference
java.lang.Object
io.protostuff.parser.ConfiguredReference
The reference configured via options and annotations.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final LinkedHashMap<String, Object> (package private) Stringstatic final boolean(package private) final LinkedHashMap<String, Object> -
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 -
source
-
destination
-
enclosingNamespace
String enclosingNamespace
-
-
Constructor Details
-
ConfiguredReference
public ConfiguredReference(LinkedHashMap<String, Object> source, LinkedHashMap<String, Object> destination, String enclosingNamespace)
-
-
Method Details
-
resolve
-
resolve
static void resolve(Proto proto, LinkedHashMap<String, Object> source, LinkedHashMap<String, Object> destination, String enclosingNamespace)
-