Skip navigation links
A C D G J O R W 

A

AbstractDeserializer<T> - Class in com.anaptecs.jeaf.json.impl
Class implements a base class that can be used to implement JSON deserializers.
AbstractDeserializer(Class<?>) - Constructor for class com.anaptecs.jeaf.json.impl.AbstractDeserializer
 

C

checkCustomConfiguration(ObjectMapperConfig) - Method in class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
 
com.anaptecs.jeaf.json.impl - package com.anaptecs.jeaf.json.impl
 
createObjectMapper() - Static method in class com.anaptecs.jeaf.json.impl.ObjectMapperFactory
Method creates a new ObjectMapper based on the default configuration mechanism ObjectMapperConfig.
createObjectMapper(ObjectMapperConfiguration) - Static method in class com.anaptecs.jeaf.json.impl.ObjectMapperFactory
Method creates a new ObjectMapper based on the passed configuration.

D

DefaultJSONConfiguration - Interface in com.anaptecs.jeaf.json.impl
 
deserialize(JsonParser, DeserializationContext) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
Method reads version info data from the JSON data and creates a VersionInfo object out of it.
deserialize(ObjectNode) - Method in class com.anaptecs.jeaf.json.impl.AbstractDeserializer
Method deserializes the passed JSON ObjectNode into its matching "real" object.

G

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.

J

JSONToolsImpl - Class in com.anaptecs.jeaf.json.impl
 
JSONToolsImpl() - Constructor for class com.anaptecs.jeaf.json.impl.JSONToolsImpl
 

O

ObjectMapperConfiguration - Class in com.anaptecs.jeaf.json.impl
Class can be used to read annotation based configuration for ObjectMappers.
ObjectMapperConfiguration() - Constructor for class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
Initialize object.
ObjectMapperConfiguration(String, String, boolean) - Constructor for class com.anaptecs.jeaf.json.impl.ObjectMapperConfiguration
Initialize object.
ObjectMapperContextResolver - Class in com.anaptecs.jeaf.json.impl
Class implements a context resolver that should be used instead of the default implementation when it comes to JSON object mapping.
ObjectMapperContextResolver() - Constructor for class com.anaptecs.jeaf.json.impl.ObjectMapperContextResolver
 
ObjectMapperFactory - Class in com.anaptecs.jeaf.json.impl
Class can be used to create new object mappers for JSON serialization.

R

read(InputStream, Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the data of passed stream into an object of the passed type.
read(Reader, Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the data from the passed reader into an object of the passed type.
read(File, Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the data from the passed file into an object of the passed type.
read(String, Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the passed string into an object of the passed type.
read(byte[], Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the passed byte array into an object of the passed type.
readToList(InputStream, Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the data of passed stream into a List of objects of the passed type.
readToList(Reader, Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the data from the passed reader into a List of objects of the passed type.
readToList(File, Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the data from the passed file into a List of objects of the passed type.
readToList(String, Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the passed string into a List of objects of the passed type.
readToList(byte[], Class<T>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method deserializes the passed string into a List of objects of the passed type.

W

writeObject(Object, OutputStream) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed object to the passed stream.
writeObject(Object, Writer) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed object to the passed writer.
writeObject(Object, File) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed object to the passed file.
writeObjects(Collection<?>, OutputStream, Class<?>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed Collection to the passed stream.
writeObjects(Collection<?>, Writer, Class<?>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed Collection to the passed writer.
writeObjects(Collection<?>, File, Class<?>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed Collection to the passed file.
writeObjectsToBytes(Collection<?>, Class<?>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed Collection as byte array.
writeObjectsToString(Collection<?>, Class<?>) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed Collection as string.
writeObjectToBytes(Object) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed object as byte array.
writeObjectToString(Object) - Method in class com.anaptecs.jeaf.json.impl.JSONToolsImpl
Method serializes the passed object as string.
A C D G J O R W 
Skip navigation links

Copyright © 2022. All rights reserved.