Class AnnotationSetter<T>


  • public class AnnotationSetter<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.reflect.Method lastUsedMethod  
      (package private) java.util.Map<java.lang.String,​java.lang.Object> map  
      (package private) T proxy  
      (package private) static java.lang.reflect.Method TO_STRING  
      (package private) java.lang.Class<T> type  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationSetter​(java.lang.Class<T> type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T a()  
      private boolean equals​(java.lang.Object a, java.lang.Object b)  
      private void escape​(java.lang.StringBuilder sb, java.lang.String value)  
      <X> AnnotationSetter<T> set​(X x, X value)  
      • Methods inherited from class java.lang.Object

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

      • TO_STRING

        static final java.lang.reflect.Method TO_STRING
      • map

        final java.util.Map<java.lang.String,​java.lang.Object> map
      • type

        final java.lang.Class<T> type
      • proxy

        final T proxy
      • lastUsedMethod

        java.lang.reflect.Method lastUsedMethod
    • Constructor Detail

      • AnnotationSetter

        public AnnotationSetter​(java.lang.Class<T> type)
    • Method Detail

      • equals

        private boolean equals​(java.lang.Object a,
                               java.lang.Object b)
      • a

        public T a()
      • escape

        private void escape​(java.lang.StringBuilder sb,
                            java.lang.String value)