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 |
---|---|
Object |
getClientData(String key)
Retrieves cached client data by key.
|
String |
getResultTypeName()
Returns the cached result rebind type name.
|
long |
getTimeGenerated()
Returns the time this generator result was created.
|
boolean |
isTypeCached(String typeName)
Check whether a given type is present in the cached result.
|
String getResultTypeName()
long getTimeGenerated()
boolean isTypeCached(String typeName)
Copyright © 2018. All rights reserved.