jTransfo, 0.10

Uses of Interface
org.jtransfo.internal.SyntheticField

Packages that use SyntheticField
org.jtransfo   
org.jtransfo.internal   
 

Uses of SyntheticField in org.jtransfo
 

Methods in org.jtransfo with parameters of type SyntheticField
 List AbstractListTypeConverter.convert(List toObjects, SyntheticField domainField, Object domainObject, String... tags)
           
 Object MappedBy.DefaultTypeConverter.convert(Object object, SyntheticField domainField, Object domainObject, String... tags)
           
 Object NoConversionTypeConverter.convert(Object object, SyntheticField domainField, Object domainObject, String... tags)
           
 Object AbstractToDomainTypeConverter.convert(Object toObject, SyntheticField domainField, Object domainObject, String... tags)
           
 ENUM_TYPE StringEnumTypeConverter.convert(String object, SyntheticField domainField, Object domainObject, String... tags)
           
 DOMAIN_TYPE TypeConverter.convert(TO_TYPE object, SyntheticField domainField, Object domainObject, String... tags)
          Convert a transfer object field value to the value for the domain object.
 Object ToDomainTypeConverter.doConvert(JTransfo jTransfo, Object toObject, SyntheticField domainField, String... tags)
           
 Object ReadOnlyDomainTypeConverter.doConvert(JTransfo jTransfo, Object toObject, SyntheticField domainField, String... tags)
           
abstract  Object AbstractToDomainTypeConverter.doConvert(JTransfo jTransfo, Object toObject, SyntheticField domainField, String... tags)
          Do the actual conversion.
 TO_TYPE TypeConverter.reverse(DOMAIN_TYPE object, SyntheticField toField, Object toObject, String... tags)
          Convert a domain object field value to the value for the transfer object.
 String StringEnumTypeConverter.reverse(ENUM_TYPE object, SyntheticField toField, Object toObject, String... tags)
           
 List AbstractListTypeConverter.reverse(List domainObjects, SyntheticField toField, Object toObject, String... tags)
           
 Object MappedBy.DefaultTypeConverter.reverse(Object object, SyntheticField toField, Object toObject, String... tags)
           
 Object NoConversionTypeConverter.reverse(Object object, SyntheticField toField, Object toObject, String... tags)
           
 Object AbstractToDomainTypeConverter.reverse(Object domainObject, SyntheticField toField, Object toObject, String... tags)
           
 

Uses of SyntheticField in org.jtransfo.internal
 

Classes in org.jtransfo.internal that implement SyntheticField
 class AccessorSyntheticField
          Abstraction of a Field which uses the getter and setter if they exist.
 class SimpleSyntheticField
          Simple synthetic field which just exposes the field itself.
 

Methods in org.jtransfo.internal that return types with arguments of type SyntheticField
 List<SyntheticField> ReflectionHelper.getSyntheticFields(Class<?> clazz)
          Find all declared (synthetic) fields of a class.
 List<SyntheticField> ReflectionHelper.makeSynthetic(Class<?> clazz, List<Field> fields)
          Convert list of (real) fields to synthetic fields (which use accessor methods).
 

Constructors in org.jtransfo.internal with parameters of type SyntheticField
ToDomainConverter(SyntheticField toField, SyntheticField[] domainFields, TypeConverter typeConverter)
          Constructor.
ToDomainConverter(SyntheticField toField, SyntheticField[] domainFields, TypeConverter typeConverter)
          Constructor.
ToToConverter(SyntheticField toField, SyntheticField[] domainFields, TypeConverter typeConverter)
          Constructor.
ToToConverter(SyntheticField toField, SyntheticField[] domainFields, TypeConverter typeConverter)
          Constructor.
 


jTransfo, 0.10

Copyright © 2013. All rights reserved.