Class UnknownType


public class UnknownType extends ManagedType
Generic type created when a class definition for named type is missing.

Should be avoided because Snapshots with UnknownType can't be properly deserialized, see JaversBuilder.withPackagesToScan(String).
  • Field Details

    • logger

      public static final org.slf4j.Logger logger
  • Constructor Details

    • UnknownType

      public UnknownType(String typeName)
  • Method Details