public interface CachedGeneratorResult
GeneratorContext
to
subsequent invocations of the same generator, when called under the same
conditions (e.g. for the same rebind rule and requested type name).Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getClientData(java.lang.String key)
Retrieves cached client data by key.
|
java.lang.String |
getResultTypeName()
Returns the cached result rebind type name.
|
long |
getTimeGenerated()
Returns the time this generator result was created.
|
boolean |
isTypeCached(java.lang.String typeName)
Check whether a given type is present in the cached result.
|
java.lang.Object getClientData(java.lang.String key)
java.lang.String getResultTypeName()
long getTimeGenerated()
boolean isTypeCached(java.lang.String typeName)