Interface CastRule.Context

Enclosing interface:
CastRule<IN,OUT>

public static interface CastRule.Context
Casting context.
  • Method Details

    • isPrinting

      boolean isPrinting()
    • legacyBehaviour

      @Deprecated boolean 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()