Uses of Class
org.eclipse.persistence.jaxb.compiler.Property
Packages that use Property
Package
Description
- 
Uses of Property in org.eclipse.persistence.jaxb.compilerMethods in org.eclipse.persistence.jaxb.compiler that return PropertyModifier and TypeMethodDescriptionTypeInfo.getIDProperty()Return the TypeProperty 'idProperty'.MappingsGenerator.getXmlValueFieldForSimpleContent(ArrayList<Property> properties) SchemaGenerator.getXmlValueFieldForSimpleContent(TypeInfo info) TypeInfo.getXmlValueProperty()Methods in org.eclipse.persistence.jaxb.compiler that return types with arguments of type PropertyModifier 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.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type PropertyModifier and TypeMethodDescriptionvoidTypeInfo.addProperty(String name, Property property) Put a Property in the Map of Properties for this TypeInfo.voidTypeInfo.addXmlKeyProperty(Property xmlKeyProp) Add an XmlKey property to the list.static ObjectCompilerHelper.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 TransformerPropertyBuilderSchemaGenerator.getTransformerPropertyBuilder(Property property, TypeInfo typeInfo) Returns TransformerPropertyBuilder which builds properties from xml transformers.MappingsGenerator.getXPathForField(Property property, NamespaceInfo namespaceInfo, boolean isTextMapping, boolean isAny) booleanTypeInfo.hasPredicateProperty(Property property) INTERNAL: Return true if the property handed in is a duplicate of any existing predicate property.booleanSchemaGenerator.isCollectionType(Property field) Indicates if a given Property is a collection type.booleanAnnotationsProcessor.isMtomAttachment(Property property) Indicates if a given Property represents an MTOM attachment.voidXMLProcessor.reapplyPackageAndClassAdapters(Property prop, TypeInfo owningInfo) This method checks for class and package level adapters after the type of a property has been set.voidTypeInfo.setIDProperty(Property idProperty) Sets the TypeProperty 'idProperty'.voidTypeInfo.setXmlValueProperty(Property xmlValueProperty) Method parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type PropertyModifier and TypeMethodDescriptionvoidSchemaGenerator.addToSchemaType(TypeInfo ownerTypeInfo, List<Property> properties, TypeDefParticle compositor, ComplexType type, Schema workingSchema) AnnotationsProcessor.getPropertyMapFromArrayList(ArrayList<Property> props) MappingsGenerator.getXmlValueFieldForSimpleContent(ArrayList<Property> properties) voidProperty.setChoiceProperties(Collection<Property> properties) Set the choice properties for this property.voidTypeInfo.setProperties(ArrayList<Property> properties) Set the Map of Properties for this TypeInfo.
- 
Uses of Property in org.eclipse.persistence.jaxb.compiler.builderMethods in org.eclipse.persistence.jaxb.compiler.builder that return types with arguments of type PropertyConstructors in org.eclipse.persistence.jaxb.compiler.builder with parameters of type PropertyModifierConstructorDescriptionTransformerPropertyBuilder(Property property, TypeInfo typeInfo, Helper helper, String attributeToken)