- Type Parameters:
T
- The type of the child to be accessed.
- All Known Subinterfaces:
ChildAccessor.ChildProperty<T>
public interface ChildAccessor<T>
Provides an accessor for a child property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
ChildAccessor.ChildBuilder<T,
B extends ChildAccessor.ChildBuilder<T, B>> Provides a builder method for a child property returning the builder for applying multiple build operations.static interface
Provides a mutator for a child property.static interface
Provides a child property. -
Method Summary
-
Method Details
-
getChild
T getChild()Retrieves the child from the child property.- Returns:
- The child stored by the child property.
-