java.lang.Object
org.jooq.meta.jaxb.LambdaConverter
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
A converter taking two lambda definitions.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal 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).
-
Felddetails
-
from
-
to
-
nullable
-
-
Konstruktordetails
-
LambdaConverter
public LambdaConverter()
-
-
Methodendetails
-
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).- Gibt zurück:
- 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).- Parameter:
value- allowed object isBoolean
-
withFrom
The implementation ofConverter.from(Object). -
withTo
The implementation ofConverter.to(Object). -
withNullable
-
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-