Class TypeMetadataConstructor

java.lang.Object
com.sforce.ws.codegen.TypeMetadataConstructor

public class TypeMetadataConstructor extends Object
Since:
184
Author:
hhildebrand
  • Field Details

    • LAX_MINOCCURS

      protected static final String LAX_MINOCCURS
      See Also:
    • ADD_DEPRECATION

      protected static final String ADD_DEPRECATION
      See Also:
    • complexType

      protected final ComplexType complexType
    • className

      protected final String className
    • mapper

      protected final TypeMapper mapper
    • packageName

      protected final String packageName
    • addDeprecatedAnnotation

      protected final boolean addDeprecatedAnnotation
  • Constructor Details

    • TypeMetadataConstructor

      public TypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File tempDir, TypeMapper typeMapper)
    • TypeMetadataConstructor

      public TypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File tempDir, TypeMapper typeMapper, boolean laxMinOccursMode)
    • TypeMetadataConstructor

      public TypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File tempDir, TypeMapper typeMapper, boolean laxMinOccursMode, boolean addDeprecatedAnnotation)
  • Method Details