Uses of Class
com.googlecode.icegem.serialization.codegen.XProperty

Packages that use XProperty
com.googlecode.icegem.serialization.codegen   
com.googlecode.icegem.serialization.codegen.impl   
com.googlecode.icegem.serialization.codegen.impl.primitive   
com.googlecode.icegem.serialization.codegen.impl.primitivearray   
com.googlecode.icegem.serialization.codegen.impl.system   
com.googlecode.icegem.serialization.codegen.impl.wrapper   
 

Uses of XProperty in com.googlecode.icegem.serialization.codegen
 

Methods in com.googlecode.icegem.serialization.codegen that return types with arguments of type XProperty
 List<XProperty> XClass.getOrderedProperties()
          Returns properties in "natural" order, i.e.
static List<XProperty> Introspector.getProperties(Class<?> clazz)
           
 

Methods in com.googlecode.icegem.serialization.codegen with parameters of type XProperty
 int XProperty.NaturalOrder.compare(XProperty o1, XProperty o2)
           
 

Uses of XProperty in com.googlecode.icegem.serialization.codegen.impl
 

Methods in com.googlecode.icegem.serialization.codegen.impl with parameters of type XProperty
 String ToDataProcessor.process(XProperty field)
           
 String ToDataFieldProcessor.process(XProperty field)
           
 String FromDataProcessor.process(XProperty field)
           
 String FromDataFieldProcessor.process(XProperty field)
           
 

Uses of XProperty in com.googlecode.icegem.serialization.codegen.impl.primitive
 

Methods in com.googlecode.icegem.serialization.codegen.impl.primitive with parameters of type XProperty
 String ToDataPrimitiveProcessor.process(XProperty field)
           
 String FromDataPrimitiveProcessor.process(XProperty field)
           
 

Uses of XProperty in com.googlecode.icegem.serialization.codegen.impl.primitivearray
 

Methods in com.googlecode.icegem.serialization.codegen.impl.primitivearray with parameters of type XProperty
 String ToDataFieldPrimitiveArrayProcessor.process(XProperty field)
           
 String FromDataFieldPrimitiveArrayProcessor.process(XProperty field)
           
 

Uses of XProperty in com.googlecode.icegem.serialization.codegen.impl.system
 

Methods in com.googlecode.icegem.serialization.codegen.impl.system with parameters of type XProperty
 String ToDataFieldStringProcessor.process(XProperty field)
           
 String ToDataFieldEnumProcessor.process(XProperty field)
           
 String ToDataFieldDateProcessor.process(XProperty field)
           
 String ToDataFieldConcreteEnumProcessor.process(XProperty field)
           
 String ToDataFieldCalendarProcessor.process(XProperty field)
           
 String FromDataFieldStringProcessor.process(XProperty field)
           
 String FromDataFieldEnumProcessor.process(XProperty field)
           
 String FromDataFieldDateProcessor.process(XProperty field)
           
 String FromDataFieldConcreteEnumProcessor.process(XProperty field)
           
 String FromDataFieldCalendarProcessor.process(XProperty field)
           
 

Uses of XProperty in com.googlecode.icegem.serialization.codegen.impl.wrapper
 

Methods in com.googlecode.icegem.serialization.codegen.impl.wrapper with parameters of type XProperty
 String ToDataFieldWrapperProcessor.process(XProperty field)
           
 String FromDataFieldWrapperProcessor.process(XProperty field)
           
 



Copyright © 2011. All Rights Reserved.