java.lang.Object
org.jooq.meta.jaxb.LambdaConverter
- All Implemented Interfaces:
Serializable,XMLAppendable
A converter taking two lambda definitions.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetFrom()The implementation ofConverter.from(Object).getTo()The implementation ofConverter.to(Object).inthashCode()voidThe implementation ofConverter.from(Object).voidsetNullable(Boolean value) voidThe implementation ofConverter.to(Object).toString()The implementation ofConverter.from(Object).withNullable(Boolean value) The implementation ofConverter.to(Object).
-
Field Details
-
from
-
to
-
nullable
-
-
Constructor Details
-
LambdaConverter
public LambdaConverter()
-
-
Method Details
-
getFrom
The implementation ofConverter.from(Object). -
setFrom
The implementation ofConverter.from(Object). -
getTo
The implementation ofConverter.to(Object). -
setTo
The implementation ofConverter.to(Object). -
isNullable
Whether to useConverter.ofNullable(Class, Class, java.util.function.Function, java.util.function.Function)orConverter.of(Class, Class, java.util.function.Function, java.util.function.Function).- Returns:
- possible object is
Boolean
-
setNullable
Whether to useConverter.ofNullable(Class, Class, java.util.function.Function, java.util.function.Function)orConverter.of(Class, Class, java.util.function.Function, java.util.function.Function).- Parameters:
value- allowed object isBoolean
-
withFrom
The implementation ofConverter.from(Object). -
withTo
The implementation ofConverter.to(Object). -
withNullable
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-