D E F G H I M O P R S T Y 
All Classes All Packages

D

deserialize(JsonParser, DeserializationContext) - Method in class yakworks.json.jackson.ObjectMapperWrapper.OffsetDateTimeDeserializer
 

E

EnumUtils - Class in yakworks.commons.lang
Utility library to provide helper methods for Java enums.
EnumUtils() - Constructor for class yakworks.commons.lang.EnumUtils
This constructor is public to permit tools that require a JavaBean instance to operate.

F

fromBytes(byte[], Class<T>) - Method in class yakworks.json.jackson.ObjectMapperWrapper
 
fromBytes(byte[], Type) - Method in class yakworks.json.jackson.ObjectMapperWrapper
 
fromString(String, Class<T>) - Method in class yakworks.json.jackson.ObjectMapperWrapper
 
fromString(String, Type) - Method in class yakworks.json.jackson.ObjectMapperWrapper
 

G

get() - Method in interface yakworks.json.jackson.ObjectMapperSupplier
Get custom ObjectMapper reference
getEnum(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
Gets the enum for the class, returning null if not found.
getEnum(Class<E>, String, E) - Static method in class yakworks.commons.lang.EnumUtils
Gets the enum for the class, returning defaultEnum if not found.
getEnumIgnoreCase(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
Gets the enum for the class, returning null if not found.
getEnumIgnoreCase(Class<E>, String, E) - Static method in class yakworks.commons.lang.EnumUtils
Gets the enum for the class, returning defaultEnum if not found.
getEnumList(Class<E>) - Static method in class yakworks.commons.lang.EnumUtils
Gets the List of enums.
getEnumMap(Class<E>) - Static method in class yakworks.commons.lang.EnumUtils
Gets the Map of enums by name.
getObjectMapper() - Method in class yakworks.json.jackson.ObjectMapperWrapper
 
GStringJsonSerializer() - Constructor for class yakworks.json.jackson.ObjectMapperWrapper.GStringJsonSerializer
 

H

handledType() - Method in class yakworks.json.jackson.ObjectMapperWrapper.GStringJsonSerializer
 
handledType() - Method in class yakworks.json.jackson.ObjectMapperWrapper.OffsetDateTimeDeserializer
 
handledType() - Method in class yakworks.json.jackson.ObjectMapperWrapper.OffsetDateTimeSerializer
 
hashKey() - Method in annotation type yakworks.commons.transform.IdEqualsHashCode
List of field and/or property names to use in the hashCode if id is null

I

IdEqualsHashCode - Annotation Type in yakworks.commons.transform
Equals and hash code annotation for Gorm and JPA entites when you want it based on id.
includes() - Method in annotation type yakworks.commons.transform.IdEqualsHashCode
List of field and/or property names to include within the equals and hashCode calculations.
INSTANCE - Static variable in class yakworks.json.jackson.ObjectMapperWrapper.GStringJsonSerializer
 
INSTANCE - Static variable in class yakworks.json.jackson.ObjectMapperWrapper
 
INSTANCE - Static variable in class yakworks.json.jackson.ObjectMapperWrapper.OffsetDateTimeDeserializer
 
INSTANCE - Static variable in class yakworks.json.jackson.ObjectMapperWrapper.OffsetDateTimeSerializer
 
isAssignableFrom(Class<?>, Class<?>) - Static method in class yakworks.commons.lang.ReflectionUtils
Tests whether or not the left hand type is compatible with the right hand type in Groovy terms, i.e.
isGetter(String, Class<?>[]) - Static method in class yakworks.commons.lang.ReflectionUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property
isSetter(String, Class[]) - Static method in class yakworks.commons.lang.ReflectionUtils
 
isValidEnum(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
Checks if the specified name is a valid enum for the class.
isValidEnumIgnoreCase(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
Checks if the specified name is a valid enum for the class.

M

makeAccessible(Field) - Static method in class yakworks.commons.lang.ReflectionUtils
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - Static method in class yakworks.commons.lang.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.

O

ObjectMapperSupplier - Interface in yakworks.json.jackson
Supplies a custom reference of a Jackson ObjectMapper
ObjectMapperWrapper - Class in yakworks.json.jackson
Wraps a Jackson ObjectMapper so that you can supply your own ObjectMapper reference.
ObjectMapperWrapper() - Constructor for class yakworks.json.jackson.ObjectMapperWrapper
 
ObjectMapperWrapper(ObjectMapper) - Constructor for class yakworks.json.jackson.ObjectMapperWrapper
 
ObjectMapperWrapper.GStringJsonSerializer - Class in yakworks.json.jackson
 
ObjectMapperWrapper.OffsetDateTimeDeserializer - Class in yakworks.json.jackson
 
ObjectMapperWrapper.OffsetDateTimeSerializer - Class in yakworks.json.jackson
 
OffsetDateTimeDeserializer() - Constructor for class yakworks.json.jackson.ObjectMapperWrapper.OffsetDateTimeDeserializer
 
OffsetDateTimeSerializer() - Constructor for class yakworks.json.jackson.ObjectMapperWrapper.OffsetDateTimeSerializer
 

P

PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Static variable in class yakworks.commons.lang.ReflectionUtils
 

R

ReflectionUtils - Class in yakworks.commons.lang
Provides methods to help with reflective operations
ReflectionUtils() - Constructor for class yakworks.commons.lang.ReflectionUtils
 

S

serialize(GString, JsonGenerator, SerializerProvider) - Method in class yakworks.json.jackson.ObjectMapperWrapper.GStringJsonSerializer
 
serialize(OffsetDateTime, JsonGenerator, SerializerProvider) - Method in class yakworks.json.jackson.ObjectMapperWrapper.OffsetDateTimeSerializer
 
setupDefaultObjectMapper() - Static method in class yakworks.json.jackson.ObjectMapperWrapper
 

T

toBytes(Object) - Method in class yakworks.json.jackson.ObjectMapperWrapper
 
toJsonNode(String) - Method in class yakworks.json.jackson.ObjectMapperWrapper
 
toString(Object) - Method in class yakworks.json.jackson.ObjectMapperWrapper
 

Y

yakworks.commons.lang - package yakworks.commons.lang
 
yakworks.commons.transform - package yakworks.commons.transform
 
yakworks.json.jackson - package yakworks.json.jackson
 
D E F G H I M O P R S T Y 
All Classes All Packages