Class AlternateTypePropertyBuilder


  • public class AlternateTypePropertyBuilder
    extends java.lang.Object
    • Constructor Detail

      • AlternateTypePropertyBuilder

        @Deprecated
        public AlternateTypePropertyBuilder()
        Deprecated.
        Should use available fluent builders
        Since:
        3.0.0
    • Method Detail

      • withType

        @Deprecated
        public AlternateTypePropertyBuilder withType​(java.lang.Class<?> clazz)
        Deprecated.
        Parameters:
        clazz - - name of the type
        Returns:
        AlternateTypeBuilder
        Since:
        3.0.0
        See Also:
        instead
      • withName

        @Deprecated
        public AlternateTypePropertyBuilder withName​(java.lang.String name)
        Deprecated.
        Parameters:
        name - - name of the type
        Returns:
        AlternateTypeBuilder
        Since:
        3.0.0
        See Also:
        instead
      • withCanRead

        @Deprecated
        public AlternateTypePropertyBuilder withCanRead​(boolean canRead)
        Deprecated.
        Parameters:
        canRead - - properties for the alternate type
        Returns:
        AlternateTypeBuilder
        Since:
        3.0.0
        See Also:
        instead
      • withCanWrite

        @Deprecated
        public AlternateTypePropertyBuilder withCanWrite​(boolean canWrite)
        Deprecated.
        Parameters:
        canWrite - - properties for the alternate type
        Returns:
        AlternateTypeBuilder
        Since:
        3.0.0
        See Also:
        instead
      • withAnnotations

        @Deprecated
        public AlternateTypePropertyBuilder withAnnotations​(java.util.List<java.lang.annotation.Annotation> annotations)
        Deprecated.
        Parameters:
        annotations - - properties for the alternate type
        Returns:
        AlternateTypeBuilder
        Since:
        3.0.0
        See Also:
        instead
      • apply

        public net.bytebuddy.dynamic.DynamicType.Builder<java.lang.Object> apply​(net.bytebuddy.dynamic.DynamicType.Builder<java.lang.Object> builder)