- getAnnotationClass() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
- getBigDecimalValueFromNode(ObjectNode, String, BigDecimal) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
BigDecimal value from the field with the passed name from the passed JSON node.
- getBigIntegerValueFromNode(ObjectNode, String, BigInteger) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
BigInteger value from the field with the passed name from the passed JSON node.
- getBooleanValueFromNode(ObjectNode, String, boolean) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the boolean value from the field with the passed name from the passed JSON node.
- getBooleanValueFromNode(ObjectNode, String, Boolean) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Boolean value from the field with the passed name from the passed JSON node.
- getByteValueFromNode(ObjectNode, String, byte) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the byte value from the field with the passed name from the passed JSON node.
- getByteValueFromNode(ObjectNode, String, Byte) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Byte value from the field with the passed name from the passed JSON node.
- getCalendarValueFromNode(ObjectNode, String, Calendar) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Calendar value from the field with the passed name from the passed JSON node.
- getContext(Class<?>) - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperContextResolver
-
Method will always return the same ObjectMapper.
- getDateValueFromNode(ObjectNode, String, Date) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Date value from the field with the passed name from the passed JSON node.
- getDefaultConfigurationClass() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
- getDefaultCreatorVisibility() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the default creator visibility that should be used by an object mapper if nothing specific is
defined on class or method level.
- getDefaultFieldVisibility() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the default field visibility that should be used by an object mapper if nothing specific is defined
on class or field level.
- getDefaultGetterVisibility() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the default getter visibility that should be used by an object mapper if nothing specific is defined
on class or method level.
- getDefaultObjectMapper() - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
-
Method returns a JSON ObjectMapper that is configured as defined using ObjectMapperConfig and
ModuleFactory.
- getDefaultSetterVisibility() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the default setter visibility that should be used by an object mapper if nothing specific is defined
on class or method level.
- getDisabledDeserializationFeatures() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the list of deserialization features that should be disabled explicitly.
- getDisabledMapperFeatures() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the list of mapper features that should be disabled explicitly.
- getDisabledSerializationFeatures() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the list of serialization features that should be disabled explicitly.
- getDoubleValueFromNode(ObjectNode, String, double) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the double value from the field with the passed name from the passed JSON node.
- getDoubleValueFromNode(ObjectNode, String, Double) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Double value from the field with the passed name from the passed JSON node.
- getEmptyConfiguration() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
- getEnabledDeserializationFeatures() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the list of deserialization features that should be enabled explicitly.
- getEnabledMapperFeatures() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the list of mapper features that should be enabled explicitly.
- getEnabledSerializationFeatures() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
Method returns the list of serialization features that should be enabled explicitly.
- getFloatValueFromNode(ObjectNode, String, float) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the float value from the field with the passed name from the passed JSON node.
- getFloatValueFromNode(ObjectNode, String, Float) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Float value from the field with the passed name from the passed JSON node.
- getIntegerValueFromNode(ObjectNode, String, int) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the int value from the field with the passed name from the passed JSON node.
- getIntegerValueFromNode(ObjectNode, String, Integer) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Integer value from the field with the passed name from the passed JSON node.
- getLongValueFromNode(ObjectNode, String, long) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the long value from the field with the passed name from the passed JSON node.
- getLongValueFromNode(ObjectNode, String, Long) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Long value from the field with the passed name from the passed JSON node.
- getObjectMapperModuleFactories() - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
-
- getShortValueFromNode(ObjectNode, String, short) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the short value from the field with the passed name from the passed JSON node.
- getShortValueFromNode(ObjectNode, String, Short) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
Short value from the field with the passed name from the passed JSON node.
- getStringValueFromNode(ObjectNode, String, String) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
-
Method returns the
String value from the field with the passed name from the passed JSON node.