Class IgnoredType


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

      • IgnoredType

        public IgnoredType​(java.lang.reflect.Type baseJavaType)
    • Method Detail

      • isInstance

        public boolean isInstance​(java.lang.Object cdo)
        Specified by:
        isInstance in class JaversType
      • getRawDehydratedType

        protected java.lang.reflect.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 java.lang.Class getBaseJavaClass()