Package net.bytebuddy

Class NamingStrategy.SuffixingRandom.BaseNameResolver.ForGivenType

    • Field Detail

      • typeDescription

        private final TypeDescription typeDescription
        The type description which represents the resolved name.
    • Constructor Detail

      • ForGivenType

        public ForGivenType​(TypeDescription typeDescription)
        Creates a new base name resolver that resolves a using the name of a given type.
        Parameters:
        typeDescription - The type description which represents the resolved name.