T
- the type of wrapped objectpublic static interface DefinitionAccessor.Identifier<T>
DefinitionAccessor
.Modifier and Type | Method and Description |
---|---|
static <T> DefinitionAccessor.Identifier<T> |
create(T object)
Creates an identifier containing the giving object with a
toString() method displaying the object. |
T |
get()
Returns the object wrapped by this identifier
|
T get()
static <T> DefinitionAccessor.Identifier<T> create(T object)
toString()
method displaying the object.object
- the object to wrap