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

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

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

Classes in org.omnaest.utils.structure.element.converter that implement ElementBidirectionalConverterSerializable
 class ElementBidirectionalConverterSetToUnmodifiableSet<E>
          ElementBidirectionalConverter which makes use of Collections.unmodifiableSet(Set) within its ElementBidirectionalConverterSetToUnmodifiableSet.convert(Set) method but not in its ElementBidirectionalConverterSetToUnmodifiableSet.convertBackwards(Set) method
 class ElementBidirectionalConverterWeakReference<E>
          ElementBidirectionalConverter which encloses a given element into a WeakReference
 class ElementConverterIdentitiyCast<FROM,TO>
          Simple ElementBidirectionalConverter implementation which casts the given object and returns it.
 class ElementConverterIdentity<T>
          Does not change the type of the element and the value of the element being converted.
 class ElementConverterIdentityCast<FROM,TO>
          Does not change the type of the element and the value of the element being converted.
 class ElementConverterToBidirectionalConverterAdapter<FROM,TO>
          Adapter for two ElementConverter instances acting like an ElementBidirectionalConverter

If any given ElementConverter is null, the respective transformation direction will throw an UnsupportedOperationException
 



Copyright © 2013. All Rights Reserved.