Interface ChildAccessor.ChildProperty<T>

Type Parameters:
T - The type of the child to be accessed.
All Superinterfaces:
ChildAccessor<T>, ChildAccessor.ChildMutator<T>
Enclosing interface:
ChildAccessor<T>

public static interface ChildAccessor.ChildProperty<T> extends ChildAccessor<T>, ChildAccessor.ChildMutator<T>
Provides a child property.
  • Method Details