Class CacheTypeCapture.OfArray

    • Constructor Detail

      • OfArray

        public OfArray​(CacheType<?> componentType)
    • Method Detail

      • isArray

        public boolean isArray()
        Description copied from interface: CacheType
        This type is an array. To analyze a multidimensional array descend to the component, for example getComponentType().isArray().
        Specified by:
        isArray in interface CacheType<Void>
        See Also:
        CacheType.getComponentType()
      • getTypeName

        public String getTypeName()
        Description copied from interface: CacheType
        Java language compatible type name
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object