Interface TypeWriter<T>

    • Field Detail

      • DUMP_PROPERTY

        static final java.lang.String DUMP_PROPERTY
        A system property that indicates a folder for Byte Buddy to dump class files of all types that it creates. If this property is not set, Byte Buddy does not dump any class files. This property is only read a single time which is why it must be set on application start-up.
        See Also:
        Constant Field Values
    • Method Detail

      • make

        DynamicType.Unloaded<T> make​(TypeResolutionStrategy.Resolved typeResolver)
        Creates the dynamic type that is described by this type writer.
        Parameters:
        typeResolver - The type resolution strategy to use.
        Returns:
        An unloaded dynamic type that describes the created type.