Interface CastRule.Context
public static interface CastRule.Context
Casting context.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CastRule.Contextcreate(boolean isPrinting, boolean legacyBehaviour, ZoneId zoneId, ClassLoader classLoader, CodeGeneratorContext codeGeneratorContext) Create a casting context.CodeGeneratorContextbooleanbooleanDeprecated.
-
Method Details
-
isPrinting
boolean isPrinting() -
legacyBehaviour
Deprecated. -
getSessionZoneId
ZoneId getSessionZoneId() -
getClassLoader
ClassLoader getClassLoader() -
create
static CastRule.Context create(boolean isPrinting, boolean legacyBehaviour, ZoneId zoneId, ClassLoader classLoader, CodeGeneratorContext codeGeneratorContext) Create a casting context. -
getCodeGeneratorContext
CodeGeneratorContext getCodeGeneratorContext()
-