Uses of Class
org.eclipse.persistence.jaxb.compiler.Property
Package
Description
-
Uses of Property in org.eclipse.persistence.jaxb.compiler
Modifier and TypeMethodDescriptionTypeInfo.getIDProperty()
Return the TypeProperty 'idProperty'.MappingsGenerator.getXmlValueFieldForSimpleContent
(ArrayList<Property> properties) SchemaGenerator.getXmlValueFieldForSimpleContent
(TypeInfo info) TypeInfo.getXmlValueProperty()
Modifier and TypeMethodDescriptionTypeInfo.getAdditionalProperties()
Return a Map of property names to list of properties.Property.getChoiceProperties()
Return the choice properties set on this property.AnnotationsProcessor.getFieldPropertiesForClass
(JavaClass cls, TypeInfo info, boolean onlyPublic) AnnotationsProcessor.getFieldPropertiesForClass
(JavaClass cls, TypeInfo info, boolean onlyPublic, boolean onlyExplicit) TypeInfo.getNonTransientPropertiesInPropOrder()
Return all non-transient properties that exist in the propOrder array.TypeInfo.getOriginalProperties()
Return the list of original properties for this type info.TypeInfo.getPredicateProperties()
INTERNAL: Return the list of predicate properties.TypeInfo.getProperties()
Return the Map of Properties for this TypeInfo.AnnotationsProcessor.getPropertiesForClass
(JavaClass cls, TypeInfo info) TypeInfo.getPropertyList()
AnnotationsProcessor.getPropertyMapFromArrayList
(ArrayList<Property> props) AnnotationsProcessor.getPropertyPropertiesForClass
(JavaClass cls, TypeInfo info, boolean onlyPublic) AnnotationsProcessor.getPropertyPropertiesForClass
(JavaClass cls, TypeInfo info, boolean onlyPublic, boolean onlyExplicit) TypeInfo.getXmlKeyProperties()
Return the list of XmlKey property entries.Modifier and TypeMethodDescriptionvoid
TypeInfo.addProperty
(String name, Property property) Put a Property in the Map of Properties for this TypeInfo.void
TypeInfo.addXmlKeyProperty
(Property xmlKeyProp) Add an XmlKey property to the list.static Object
CompilerHelper.createAccessorFor
(JavaClass jClass, Property property, Helper helper, AccessorFactoryWrapper accessorFactory) SchemaGenerator.createGlobalAttribute
(XPathFragment frag, Schema workingSchema, Schema fragSchema, Property prop) Create a global attribute.SchemaGenerator.createGlobalElement
(XPathFragment frag, Schema workingSchema, Schema fragSchema, boolean isChoice, boolean isUnbounded, Property prop, boolean shouldSetType) Create a global element.MappingsGenerator.generateAnyAttributeMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) MappingsGenerator.generateAnyCollectionMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo, boolean isMixed) MappingsGenerator.generateAnyObjectMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) MappingsGenerator.generateBinaryDataCollectionMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) MappingsGenerator.generateBinaryMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) MappingsGenerator.generateChoiceCollectionMapping
(Property property, Descriptor descriptor, NamespaceInfo namespace) MappingsGenerator.generateChoiceMapping
(Property property, Descriptor descriptor, NamespaceInfo namespace) MappingsGenerator.generateCollectionMapping
(Property property, Descriptor descriptor, JavaClass descriptorJavaClass, NamespaceInfo namespaceInfo) MappingsGenerator.generateCompositeCollectionMapping
(Property property, Descriptor descriptor, JavaClass javaClass, NamespaceInfo namespaceInfo, String referenceClassName) MappingsGenerator.generateCompositeObjectMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo, String referenceClassName) MappingsGenerator.generateDirectCollectionMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) MappingsGenerator.generateDirectEnumerationMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo, EnumTypeInfo enumInfo) MappingsGenerator.generateDirectMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) MappingsGenerator.generateEnumCollectionMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo, EnumTypeInfo info) MappingsGenerator.generateMapping
(Property property, Descriptor descriptor, JavaClass descriptorJavaClass, NamespaceInfo namespaceInfo) Generate a mapping for a given Property.MappingsGenerator.generateMappingForReferenceProperty
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) MappingsGenerator.generateTransformationMapping
(Property property, Descriptor descriptor, NamespaceInfo namespace) Generate an XMLTransformationMapping based on a given Property.MappingsGenerator.generateXMLCollectionReferenceMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo, JavaClass referenceClass) Create an XMLCollectionReferenceMapping and add it to the descriptor.MappingsGenerator.generateXMLObjectReferenceMapping
(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo, JavaClass referenceClass) Create an XMLObjectReferenceMapping and add it to the descriptor.AnnotationsProcessor.getQNameForProperty
(Property property, String defaultName, JavaHasAnnotations element, NamespaceInfo namespaceInfo, TypeInfo info) protected TransformerPropertyBuilder
SchemaGenerator.getTransformerPropertyBuilder
(Property property, TypeInfo typeInfo) Returns TransformerPropertyBuilder which builds properties from xml transformers.MappingsGenerator.getXPathForField
(Property property, NamespaceInfo namespaceInfo, boolean isTextMapping, boolean isAny) boolean
TypeInfo.hasPredicateProperty
(Property property) INTERNAL: Return true if the property handed in is a duplicate of any existing predicate property.boolean
SchemaGenerator.isCollectionType
(Property field) Indicates if a given Property is a collection type.boolean
AnnotationsProcessor.isMtomAttachment
(Property property) Indicates if a given Property represents an MTOM attachment.void
XMLProcessor.reapplyPackageAndClassAdapters
(Property prop, TypeInfo owningInfo) This method checks for class and package level adapters after the type of a property has been set.void
TypeInfo.setIDProperty
(Property idProperty) Sets the TypeProperty 'idProperty'.void
TypeInfo.setXmlValueProperty
(Property xmlValueProperty) Modifier and TypeMethodDescriptionvoid
SchemaGenerator.addToSchemaType
(TypeInfo ownerTypeInfo, List<Property> properties, TypeDefParticle compositor, ComplexType type, Schema workingSchema) AnnotationsProcessor.getPropertyMapFromArrayList
(ArrayList<Property> props) MappingsGenerator.getXmlValueFieldForSimpleContent
(ArrayList<Property> properties) void
Property.setChoiceProperties
(Collection<Property> properties) Set the choice properties for this property.void
TypeInfo.setProperties
(ArrayList<Property> properties) Set the Map of Properties for this TypeInfo. -
Uses of Property in org.eclipse.persistence.jaxb.compiler.builder
ModifierConstructorDescriptionTransformerPropertyBuilder
(Property property, TypeInfo typeInfo, Helper helper, String attributeToken)