Package | Description |
---|---|
com.speedment.runtime.config.util |
Utility methods for this module.
|
Modifier and Type | Method and Description |
---|---|
static DocumentUtil.Name |
DocumentUtil.Name.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentUtil.Name[] |
DocumentUtil.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Document & HasName,D extends Document & HasName> |
DocumentUtil.relativeName(D document,
Class<T> from,
DocumentUtil.Name name)
Returns the relative name for the given Document up to the point given by
the parent Class.
|
static <T extends Document & HasName,D extends Document & HasName> |
DocumentUtil.relativeName(D document,
Class<T> from,
DocumentUtil.Name name,
CharSequence separator,
Function<String,String> nameMapper)
Returns the relative name for the given Document up to the point given by
the parent Class by successively applying the provided nameMapper onto
the Node names and separating the names with the provided separator.
|
static <T extends Document & HasName,D extends Document & HasName> |
DocumentUtil.relativeName(D document,
Class<T> from,
DocumentUtil.Name name,
Function<String,String> nameMapper)
Returns the relative name for the given Document up to the point given by
the parent Class by successively applying the provided nameMapper onto
the Node names.
|
Copyright © 2016 Speedment, Inc.. All rights reserved.