ma.glasnost.orika.impl
Class Specifications
java.lang.Object
ma.glasnost.orika.impl.Specifications
public final class Specifications
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
immutable
public static Specifications.Specification immutable()
toAnEnumeration
public static Specifications.Specification toAnEnumeration()
anArray
public static Specifications.Specification anArray()
aCollection
public static Specifications.Specification aCollection()
aPrimitive
public static Specifications.Specification aPrimitive()
aPrimitiveToWrapper
public static Specifications.Specification aPrimitiveToWrapper()
aWrapperToPrimitive
public static Specifications.Specification aWrapperToPrimitive()
aMapToMap
public static Specifications.Specification aMapToMap()
aMapToArrayOrCollection
public static Specifications.Specification aMapToArrayOrCollection()
aMapToArray
public static Specifications.Specification aMapToArray()
aMapToCollection
public static Specifications.Specification aMapToCollection()
anArrayOrCollectionToMap
public static Specifications.Specification anArrayOrCollectionToMap()
aBeanToMap
public static Specifications.Specification aBeanToMap()
aBeanToArrayOrList
public static Specifications.Specification aBeanToArrayOrList()
aMapToBean
public static Specifications.Specification aMapToBean()
anArrayOrListToBean
public static Specifications.Specification anArrayOrListToBean()
aMappingOfTheRequiredClassProperty
public static Specifications.Specification aMappingOfTheRequiredClassProperty()
aMultiOccurrenceElementMap
public static Specifications.Specification aMultiOccurrenceElementMap()
aStringToPrimitiveOrWrapper
public static Specifications.Specification aStringToPrimitiveOrWrapper()
- Returns:
- true if this field map specifies a mapping from a String type
field to another field which has a static valueOf method which
allows parsing the field from a string.
aConversionToString
public static Specifications.Specification aConversionToString()
Copyright © 2013 Glasnost. All Rights Reserved.