ObjectAccessor.ObjectPropertypublic interface ObjectAccessor
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ObjectAccessor.ObjectBuilder<B extends ObjectAccessor.ObjectBuilder<B>> |
Provides a builder method for a object property returning the builder for
applying multiple build operations.
|
static interface |
ObjectAccessor.ObjectMutator |
Provides a mutator for a object property.
|
static interface |
ObjectAccessor.ObjectProperty |
Provides a object property.
|
| Modifier and Type | Method | Description |
|---|---|---|
Object |
getObject() |
Retrieves the object from the object property.
|
Object getObject()
Copyright © 2018. All rights reserved.