Uses of Class
org.org.usurper.model.PropertyTypeDefinition

Packages that use PropertyTypeDefinition
org.org.usurper.handlers.additional This package contains additional handlers (dealing with more complex subjects than the basic types provided in the java language). 
org.org.usurper.handlers.basic This package contains the basic abstract classes for the handling of types, and the Handlers needed for specific language constructs (Arrays, Enums...) 
org.org.usurper.setup This package contains all the class related to the Usurper Generator setup. 
 

Uses of PropertyTypeDefinition in org.org.usurper.handlers.additional
 

Constructors in org.org.usurper.handlers.additional with parameters of type PropertyTypeDefinition
ValueObjectPropertyTypeHandler(PropertyTypeDefinition... supportedTypes)
          This constructor takes a series of Supported types' PropertyTypeDefinitions as a parameter.
 

Uses of PropertyTypeDefinition in org.org.usurper.handlers.basic
 

Methods in org.org.usurper.handlers.basic that return types with arguments of type PropertyTypeDefinition
 java.util.Set<PropertyTypeDefinition> AbstractPropertyTypeHandler.getHandledTypes()
          Gets the handled types.
 

Method parameters in org.org.usurper.handlers.basic with type arguments of type PropertyTypeDefinition
 void AbstractPropertyTypeHandler.setHandledTypes(java.util.Set<PropertyTypeDefinition> handledTypes)
          Sets the handled types.
 

Constructors in org.org.usurper.handlers.basic with parameters of type PropertyTypeDefinition
AbstractPropertyTypeHandler(PropertyTypeDefinition... properTypeDefinitions)
          Instantiates a new abstract property type handler.
 

Constructor parameters in org.org.usurper.handlers.basic with type arguments of type PropertyTypeDefinition
AbstractPropertyTypeHandler(java.util.Set<PropertyTypeDefinition> handledTypes)
          Instantiates a new abstract property type handler.
 

Uses of PropertyTypeDefinition in org.org.usurper.setup
 

Methods in org.org.usurper.setup that return types with arguments of type PropertyTypeDefinition
 java.util.Map<PropertyTypeDefinition,AbstractPropertyTypeHandler> UsurperGeneratorSetup.getPropertyTypeHandlersMap()
           
 java.util.Map<PropertyTypeDefinition,AbstractPropertyTypeHandler> IUsurperGeneratorSetup.getPropertyTypeHandlersMap()
          Gets the property type handlers map.
 java.util.Map<PropertyTypeDefinition,AbstractPropertyTypeHandler> ImmutableUsurperGeneratorSetup.getPropertyTypeHandlersMap()
           
 

Methods in org.org.usurper.setup with parameters of type PropertyTypeDefinition
 AbstractPropertyTypeHandler UsurperGeneratorSetup.getPropertyTypeHandler(PropertyTypeDefinition handledType)
           
 AbstractPropertyTypeHandler IUsurperGeneratorSetup.getPropertyTypeHandler(PropertyTypeDefinition propertyTypeDefinition)
          This method retrieves the Handler for Properties of a given java type.
 AbstractPropertyTypeHandler ImmutableUsurperGeneratorSetup.getPropertyTypeHandler(PropertyTypeDefinition propertyTypeDefinition)
           
 boolean UsurperGeneratorSetup.hasPropertyTypeHandler(PropertyTypeDefinition type)
           
 boolean IUsurperGeneratorSetup.hasPropertyTypeHandler(PropertyTypeDefinition propertyTypeDefinition)
          This method tests if a handler is registered for a given Java Type.
 boolean ImmutableUsurperGeneratorSetup.hasPropertyTypeHandler(PropertyTypeDefinition propertyTypeDefinition)
           
 

Method parameters in org.org.usurper.setup with type arguments of type PropertyTypeDefinition
 void UsurperGeneratorSetup.setPropertyTypeHandlersMap(java.util.Map<PropertyTypeDefinition,AbstractPropertyTypeHandler> propertyTypeHandlersMap)
          Sets the property type handlers map.
 

Constructor parameters in org.org.usurper.setup with type arguments of type PropertyTypeDefinition
ImmutableUsurperGeneratorSetup(java.util.Map<PropertyTypeDefinition,AbstractPropertyTypeHandler> propertyTypeHandlersMap, java.util.Map<SpecificPropertyDefinition,AbstractSpecificPropertyHandler> specificPropertyHandlersMap, ArrayHandler arrayHandler, EnumHandler enumHandler, OnMissingHandlers onMissingHandlers, PropertyWritingMechanism propertyWritingMechanism, ICountCallback countCallback)
          Instantiates a new immutable usurper generator setup.
 



Copyright © 2008. All Rights Reserved.