Package io.ran
Interface Mapping
public interface Mapping
- 
Method SummaryModifier and TypeMethodDescription_getKey()_getRelation(RelationDescriber relationDescriber) _getRelation(Token token) _getRelation(Object object, RelationDescriber relationDescriber) _getRelation(Object object, Token token) booleanvoid_setRelation(RelationDescriber relationDescriber, Object value) void_setRelationNotLoaded(RelationDescriber relationDescriber) voidvoidvoidcolumnize(ObjectMapColumnizer columnizer) voidcolumnize(Object obj, ObjectMapColumnizer columnizer) voidvoidhydrate(ObjectMapHydrator hydrator) Hydrate all fields of this mapping.voidhydrate(Object obj, ObjectMapHydrator hydrator) Hydrate all fields of this mapping into the target object.voidhydrateField(ObjectMapHydrator hydrator, Property property) Hydrate a single field of this mapping.voidhydrateField(Object obj, ObjectMapHydrator hydrator, Property property) Hydrate a single field of into the target object, based on this mapping.
- 
Method Details- 
_getValue
- 
_getValue
- 
_setValue
- 
_setValue
- 
hydrateHydrate all fields of this mapping.If a field is not present in the hydrator, an exception should be thrown. Is equivalent to performing hydrateField(ObjectMapHydrator, Property)for all fields in this mapping.- Parameters:
- hydrator- The hydrator to use
 
- 
hydrateHydrate all fields of this mapping into the target object.If a field is not present in the hydrator, an exception should be thrown. Is equivalent to performing hydrateField(Object, ObjectMapHydrator, Property)for all fields in this mapping.- Parameters:
- obj- The object to hydrate
- hydrator- The hydrator to use
 
- 
hydrateFieldHydrate a single field of this mapping.If the field is annotated with Serializedit should be used for this hydration.- Parameters:
- hydrator- The hydrator to use
- property- The property to hydrate
 
- 
hydrateFieldHydrate a single field of into the target object, based on this mapping.If the field is annotated with Serializedit should be used for this hydration.- Parameters:
- obj- The object to hydrate
- hydrator- The hydrator to use
- property- The property to hydrate
 
- 
columnize
- 
columnize
- 
_getKeyCompoundKey _getKey()
- 
_getKey
- 
_setRelation
- 
_setRelationNotLoaded
- 
_getRelation
- 
_getRelation
- 
_getRelation
- 
_getRelation
- 
_isChangedboolean _isChanged()
- 
_getDescriberTypeDescriber _getDescriber()
- 
copy
 
-