Uses of Class
com.mindee.parsing.v2.field.SimpleField
-
Packages that use SimpleField Package Description com.mindee.parsing.v2.field -
-
Uses of SimpleField in com.mindee.parsing.v2.field
Methods in com.mindee.parsing.v2.field that return SimpleField Modifier and Type Method Description SimpleFieldSimpleFieldDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)SimpleFieldDynamicField. getSimpleField()SimpleFieldInferenceFields. getSimpleField(String fieldName)Retrieves the field as a `SimpleField`.Methods in com.mindee.parsing.v2.field that return types with arguments of type SimpleField Modifier and Type Method Description LinkedHashMap<String,SimpleField>ObjectField. getSimpleFields()Retrieves all sub-fields from thefieldsmap as aLinkedHashMapofSimpleFieldobjects, keyed by their field names.List<SimpleField>ListField. getSimpleItems()Retrieves theitemsasSimpleFieldobjects.Methods in com.mindee.parsing.v2.field with parameters of type SimpleField Modifier and Type Method Description static DynamicFieldDynamicField. of(SimpleField value)Constructors in com.mindee.parsing.v2.field with parameters of type SimpleField Constructor Description DynamicField(DynamicField.FieldType type, SimpleField simpleField, ListField listField, ObjectField objectField)
-