Class RuntimeTypeHolder

java.lang.Object
org.eclipse.yasson.internal.RuntimeTypeHolder
All Implemented Interfaces:
RuntimeTypeInfo

public class RuntimeTypeHolder extends Object implements RuntimeTypeInfo
Holds runtime type and wrapper runtime type info if any.
  • Constructor Details

    • RuntimeTypeHolder

      public RuntimeTypeHolder(RuntimeTypeInfo wrapper, Type runtimeType)
      Creates a new instance.
      Parameters:
      wrapper - runtime info about class
      runtimeType - class type
  • Method Details