Class IgnoredType

java.lang.Object
org.javers.core.metamodel.type.JaversType
org.javers.core.metamodel.type.IgnoredType

public class IgnoredType extends JaversType
All properties with IgnoredType are ignored by JaVers engine
  • Constructor Details

    • IgnoredType

      public IgnoredType(Type baseJavaType)
  • Method Details

    • canBePrototype

      public boolean canBePrototype()
      Specified by:
      canBePrototype in class JaversType
    • isInstance

      public boolean isInstance(Object cdo)
      Specified by:
      isInstance in class JaversType
    • getRawDehydratedType

      protected Type getRawDehydratedType()
      Type for JSON representation. For Values it's simply baseJavaType. For ManagedTypes (references to Entities and ValueObjects) it's GlobalId because JaVers serializes references in the 'dehydrated' form.
    • getBaseJavaClass

      public Class getBaseJavaClass()