Uses of Class
com.mindee.parsing.v2.field.DynamicField.FieldType
-
Packages that use DynamicField.FieldType Package Description com.mindee.parsing.v2.field -
-
Uses of DynamicField.FieldType in com.mindee.parsing.v2.field
Methods in com.mindee.parsing.v2.field that return DynamicField.FieldType Modifier and Type Method Description DynamicField.FieldType
DynamicField. getType()
Type of the wrapped field.static DynamicField.FieldType
DynamicField.FieldType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DynamicField.FieldType[]
DynamicField.FieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.mindee.parsing.v2.field with parameters of type DynamicField.FieldType Constructor Description DynamicField(DynamicField.FieldType type, SimpleField simpleField, ListField listField, ObjectField objectField)
-