Class TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name
      The name of the annotation property.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Bound​(java.lang.String name)
      Creates a new bound component type locator for an annotation property.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String lookup()
      Lazily returns the binary name of the array component type of an annotation value.
      • Methods inherited from class java.lang.Object

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

      • name

        private final java.lang.String name
        The name of the annotation property.
    • Constructor Detail

      • Bound

        protected Bound​(java.lang.String name)
        Creates a new bound component type locator for an annotation property.
        Parameters:
        name - The name of the annotation property.
    • Method Detail

      • lookup

        public java.lang.String lookup()
        Lazily returns the binary name of the array component type of an annotation value.
        Specified by:
        lookup in interface TypePool.AbstractBase.ComponentTypeReference
        Returns:
        The binary name of the component type.