Uses of Interface
org.omnaest.utils.structure.element.converter.ElementConverterSerializable

Packages that use ElementConverterSerializable
org.omnaest.utils.structure.element.converter   
 

Uses of ElementConverterSerializable in org.omnaest.utils.structure.element.converter
 

Subinterfaces of ElementConverterSerializable in org.omnaest.utils.structure.element.converter
 interface ElementConverterOneToMany<FROM,TO>
          The provides the transformation method to transform one generic Collection instance into one or multiple elements of other type.
 

Classes in org.omnaest.utils.structure.element.converter that implement ElementConverterSerializable
 class ElementConverterAlphaNumericEncodedStringToDecodedString
          Decodes the given String using the Codec.alphaNumeric() codec
 class ElementConverterBeanPropertyAccessorToProperty<B>
          ElementConverter for converting BeanPropertyAccessor instances to property names
 class ElementConverterChain<FROM,TO>
          ElementConverter which abstracts a chain of other ElementConverter instances
 class ElementConverterClassToClassInstanceFactory<T>
          ElementConverter which converts a given Class type to an FactoryTypeAware instance which creates instances of the given type using ReflectionUtils.newInstanceOf(Class, Object...)
 class ElementConverterClassToInstance<T>
          ElementConverter which converts a given Class type to an instance using FactoryTypeAwareReflectionBased
 class ElementConverterGenericElementToString<E>
           
 class ElementConverterObjectToClassOfObject
          This is an ElementConverter implementation which returns the Class instances of a given Object by calling Object.getClass()
 class ElementConverterStringToAlphaNumericEncodedString
          Encodes the given String using the Codec.alphaNumeric() codec
 class ElementConverterStringToBoolean
           
 class ElementConverterStringToPattern
          ElementConverter for converting Strings into Patterns using Pattern.compile(String)
 



Copyright © 2013. All Rights Reserved.