Package io.sundr.examples
Class PersonFluent<A extends PersonFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.examples.PersonFluent<A>
- Direct Known Subclasses:
PersonBuilder
Generated
-
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(Person instance) booleanbooleaninthashCode()booleantoString()withFirstName(String firstName) withLastName(String lastName) Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
PersonFluent
public PersonFluent() -
PersonFluent
-
-
Method Details
-
copyInstance
-
getFirstName
-
withFirstName
-
hasFirstName
public boolean hasFirstName() -
getLastName
-
withLastName
-
hasLastName
public boolean hasLastName() -
equals
- Overrides:
equalsin classBaseFluent<A extends PersonFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends PersonFluent<A>>
-
toString
-