- java.lang.Object
-
- org.jooq.meta.jaxb.CustomType
-
- All Implemented Interfaces:
Serializable,XMLAppendable
@Deprecated public class CustomType extends Object implements Serializable, XMLAppendable
Deprecated.Use ForcedType only- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbindingDeprecated.protected StringconverterDeprecated.protected BooleanenumConverterDeprecated.protected LambdaConverterlambdaConverterDeprecated.protected StringnameDeprecated.protected StringtypeDeprecated.
-
Constructor Summary
Constructors Constructor Description CustomType()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)Deprecated.booleanequals(Object that)Deprecated.StringgetBinding()Deprecated.Use ForcedType onlyStringgetConverter()Deprecated.Use ForcedType onlyLambdaConvertergetLambdaConverter()Deprecated.Use ForcedType onlyStringgetName()Deprecated.Use ForcedType onlyStringgetType()Deprecated.Use ForcedType onlyinthashCode()Deprecated.BooleanisEnumConverter()Deprecated.Use ForcedType onlyvoidsetBinding(String value)Deprecated.Use ForcedType onlyvoidsetConverter(String value)Deprecated.Use ForcedType onlyvoidsetEnumConverter(Boolean value)Deprecated.voidsetLambdaConverter(LambdaConverter value)Deprecated.Use ForcedType onlyvoidsetName(String value)Deprecated.Use ForcedType onlyvoidsetType(String value)Deprecated.Use ForcedType onlyStringtoString()Deprecated.CustomTypewithBinding(String value)Deprecated.Use ForcedType onlyCustomTypewithConverter(String value)Deprecated.Use ForcedType onlyCustomTypewithEnumConverter(Boolean value)Deprecated.CustomTypewithLambdaConverter(LambdaConverter value)Deprecated.Use ForcedType onlyCustomTypewithName(String value)Deprecated.Use ForcedType onlyCustomTypewithType(String value)Deprecated.Use ForcedType only
-
-
-
Field Detail
-
name
protected String name
Deprecated.
-
type
protected String type
Deprecated.
-
converter
protected String converter
Deprecated.
-
enumConverter
protected Boolean enumConverter
Deprecated.
-
lambdaConverter
protected LambdaConverter lambdaConverter
Deprecated.
-
binding
protected String binding
Deprecated.
-
-
Method Detail
-
getName
@Deprecated public String getName()
Deprecated.Use ForcedType only
-
setName
@Deprecated public void setName(String value)
Deprecated.Use ForcedType only
-
getType
@Deprecated public String getType()
Deprecated.Use ForcedType only
-
setType
@Deprecated public void setType(String value)
Deprecated.Use ForcedType only
-
getConverter
@Deprecated public String getConverter()
Deprecated.Use ForcedType only
-
setConverter
@Deprecated public void setConverter(String value)
Deprecated.Use ForcedType only
-
isEnumConverter
@Deprecated public Boolean isEnumConverter()
Deprecated.Use ForcedType only- Returns:
- possible object is
Boolean
-
setEnumConverter
@Deprecated public void setEnumConverter(Boolean value)
Deprecated.Sets the value of the enumConverter property.- Parameters:
value- allowed object isBoolean
-
getLambdaConverter
@Deprecated public LambdaConverter getLambdaConverter()
Deprecated.Use ForcedType only
-
setLambdaConverter
@Deprecated public void setLambdaConverter(LambdaConverter value)
Deprecated.Use ForcedType only
-
getBinding
@Deprecated public String getBinding()
Deprecated.Use ForcedType only
-
setBinding
@Deprecated public void setBinding(String value)
Deprecated.Use ForcedType only
-
withName
@Deprecated public CustomType withName(String value)
Deprecated.Use ForcedType only
-
withType
@Deprecated public CustomType withType(String value)
Deprecated.Use ForcedType only
-
withConverter
@Deprecated public CustomType withConverter(String value)
Deprecated.Use ForcedType only
-
withEnumConverter
public CustomType withEnumConverter(Boolean value)
Deprecated.
-
withLambdaConverter
@Deprecated public CustomType withLambdaConverter(LambdaConverter value)
Deprecated.Use ForcedType only
-
withBinding
@Deprecated public CustomType withBinding(String value)
Deprecated.Use ForcedType only
-
appendTo
public final void appendTo(XMLBuilder builder)
Deprecated.- Specified by:
appendToin interfaceXMLAppendable
-
-