Class JaversAnnotationsNameSpace


  • public class JaversAnnotationsNameSpace
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Class<? extends java.lang.annotation.Annotation> DIFF_IGNORE_ANN  
      static java.lang.Class<? extends java.lang.annotation.Annotation> DIFF_INCLUDE_ANN  
      static java.lang.Class<? extends java.lang.annotation.Annotation> ENTITY_ANN  
      static java.lang.Class<? extends java.lang.annotation.Annotation> IGNORE_DECLARED_PROPERTIES_ANN  
      static java.lang.Class<? extends java.lang.annotation.Annotation> PROPERTY_NAME_ANN  
      static java.lang.Class<? extends java.lang.annotation.Annotation> SHALLOW_REFERENCE_ANN  
      static java.lang.Class<? extends java.lang.annotation.Annotation> TYPE_NAME_ANN  
      static java.lang.Class<? extends java.lang.annotation.Annotation> VALUE_ANN  
      static java.lang.Class<? extends java.lang.annotation.Annotation> VALUE_OBJECT_ANN  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ENTITY_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> ENTITY_ANN
      • VALUE_OBJECT_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> VALUE_OBJECT_ANN
      • VALUE_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> VALUE_ANN
      • DIFF_IGNORE_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> DIFF_IGNORE_ANN
      • SHALLOW_REFERENCE_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> SHALLOW_REFERENCE_ANN
      • TYPE_NAME_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> TYPE_NAME_ANN
      • PROPERTY_NAME_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> PROPERTY_NAME_ANN
      • IGNORE_DECLARED_PROPERTIES_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> IGNORE_DECLARED_PROPERTIES_ANN
      • DIFF_INCLUDE_ANN

        public static final java.lang.Class<? extends java.lang.annotation.Annotation> DIFF_INCLUDE_ANN
    • Constructor Detail

      • JaversAnnotationsNameSpace

        public JaversAnnotationsNameSpace()