public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.hawt.dozer.schema
|
public ObjectFactory()
public FieldExclude createFieldExclude()
FieldExclude
public FieldDefinition createFieldDefinition()
FieldDefinition
public ConverterType createConverterType()
ConverterType
public Configuration createConfiguration()
Configuration
public CustomConverters createCustomConverters()
CustomConverters
public CopyByReferences createCopyByReferences()
CopyByReferences
public AllowedExceptions createAllowedExceptions()
AllowedExceptions
public JAXBElement<Relationship> createRelationshipType(Relationship value)
public JAXBElement<Class> createClassA(Class value)
public JAXBElement<String> createBDeepIndexHint(String value)
public JAXBElement<Class> createClassB(Class value)
public JAXBElement<Boolean> createMapEmptyString(Boolean value)
public JAXBElement<FieldDefinition> createA(FieldDefinition value)
public JAXBElement<String> createException(String value)
public JAXBElement<String> createCopyByReference(String value)
public JAXBElement<Boolean> createTrimStrings(Boolean value)
public JAXBElement<Boolean> createWildcard(Boolean value)
public JAXBElement<String> createAHint(String value)
public JAXBElement<String> createADeepIndexHint(String value)
public JAXBElement<FieldDefinition> createB(FieldDefinition value)
public JAXBElement<String> createBeanFactory(String value)
public JAXBElement<Boolean> createMapNull(Boolean value)
public JAXBElement<String> createDateFormat(String value)
public JAXBElement<Boolean> createStopOnErrors(Boolean value)
public JAXBElement<String> createBHint(String value)
public JAXBElement<Variable> createVariable(Variable value)
public JAXBElement<ConverterType> createConverter(ConverterType value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.