Class TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValue

    • Field Detail

      • typePool

        private final TypePool typePool
        The type pool to use for looking up types.
      • typeName

        private final java.lang.String typeName
        The binary name of the enumeration type.
      • value

        private final java.lang.String value
        The name of the enumeration.
    • Constructor Detail

      • ForEnumerationValue

        private ForEnumerationValue​(TypePool typePool,
                                    java.lang.String typeName,
                                    java.lang.String value)
        Creates a lazy annotation value description for an enumeration.
        Parameters:
        typePool - The type pool to use for looking up types.
        typeName - The binary name of the enumeration type.
        value - The name of the enumeration.