Package io.sundr.examples.arrays
Class GameFluent.PlayersNested<N>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.examples.arrays.PersonFluent<GameFluent.PlayersNested<N>>
-
- io.sundr.examples.arrays.GameFluent.PlayersNested<N>
-
- All Implemented Interfaces:
Nested<N>
- Enclosing class:
- GameFluent<A extends GameFluent<A>>
public class GameFluent.PlayersNested<N> extends PersonFluent<GameFluent.PlayersNested<N>> implements Nested<N>
-
-
Field Summary
-
Fields inherited from class io.sundr.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nand()NendPlayer()-
Methods inherited from class io.sundr.examples.arrays.PersonFluent
addAllToNumbers, addToNumbers, addToNumbers, copyInstance, equals, getFirstName, getLastName, getNumbers, hasFirstName, hashCode, hasLastName, hasNumbers, removeAllFromNumbers, removeFromNumbers, setToNumbers, toString, withFirstName, withLastName, withNumbers
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-