| DynamicType.Builder.ExceptionDeclarableMethodInterception<T> | DynamicType.Builder. defineConstructor(Iterable<? extends Class<?>> parameterTypes,
                 ModifierContributor.ForMethod... modifier)Defines a new constructor for this type. | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<S> | DynamicType.Builder.AbstractBase. defineConstructor(Iterable<? extends Class<?>> parameterTypes,
                 ModifierContributor.ForMethod... modifier) | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<U> | DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder. defineConstructor(Iterable<? extends Class<?>> parameterTypes,
                 ModifierContributor.ForMethod... modifier) | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<T> | DynamicType.Builder. defineConstructor(List<? extends TypeDescription> parameterTypes,
                 ModifierContributor.ForMethod... modifier)Defines a new constructor for this type. | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<S> | DynamicType.Builder.AbstractBase. defineConstructor(List<? extends TypeDescription> parameterTypes,
                 ModifierContributor.ForMethod... modifier) | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<U> | DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder. defineConstructor(List<? extends TypeDescription> parameterTypes,
                 ModifierContributor.ForMethod... modifier) | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<T> | DynamicType.Builder. defineMethod(String name,
            Class<?> returnType,
            List<? extends Class<?>> parameterTypes,
            ModifierContributor.ForMethod... modifier)Defines a new method for this type. | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<S> | DynamicType.Builder.AbstractBase. defineMethod(String name,
            Class<?> returnType,
            List<? extends Class<?>> parameterTypes,
            ModifierContributor.ForMethod... modifier) | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<U> | DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder. defineMethod(String name,
            Class<?> returnType,
            List<? extends Class<?>> parameterTypes,
            ModifierContributor.ForMethod... modifier) | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<T> | DynamicType.Builder. defineMethod(String name,
            TypeDescription returnType,
            List<? extends TypeDescription> parameterTypes,
            ModifierContributor.ForMethod... modifier)Defines a new method for this type. | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<S> | DynamicType.Builder.AbstractBase. defineMethod(String name,
            TypeDescription returnType,
            List<? extends TypeDescription> parameterTypes,
            ModifierContributor.ForMethod... modifier) | 
| DynamicType.Builder.ExceptionDeclarableMethodInterception<U> | DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder. defineMethod(String name,
            TypeDescription returnType,
            List<? extends TypeDescription> parameterTypes,
            ModifierContributor.ForMethod... modifier) | 
| static MethodTransformer | MethodTransformer.Simple. withModifiers(ModifierContributor.ForMethod... modifierTransformer)Creates a transformer that enforces the supplied modifier contributors. |