public static class ByteBuddyUtils.DefaultTypeConversionsFactory extends java.lang.Object implements ByteBuddyUtils.TypeConversionsFactory
Constructor and Description |
---|
DefaultTypeConversionsFactory() |
Modifier and Type | Method and Description |
---|---|
ByteBuddyUtils.TypeConversion<org.apache.beam.vendor.bytebuddy.v1_10_8.net.bytebuddy.implementation.bytecode.StackManipulation> |
createGetterConversions(org.apache.beam.vendor.bytebuddy.v1_10_8.net.bytebuddy.implementation.bytecode.StackManipulation readValue) |
ByteBuddyUtils.TypeConversion<org.apache.beam.vendor.bytebuddy.v1_10_8.net.bytebuddy.implementation.bytecode.StackManipulation> |
createSetterConversions(org.apache.beam.vendor.bytebuddy.v1_10_8.net.bytebuddy.implementation.bytecode.StackManipulation readValue) |
ByteBuddyUtils.TypeConversion<java.lang.reflect.Type> |
createTypeConversion(boolean returnRawTypes) |
public ByteBuddyUtils.TypeConversion<java.lang.reflect.Type> createTypeConversion(boolean returnRawTypes)
createTypeConversion
in interface ByteBuddyUtils.TypeConversionsFactory
public ByteBuddyUtils.TypeConversion<org.apache.beam.vendor.bytebuddy.v1_10_8.net.bytebuddy.implementation.bytecode.StackManipulation> createGetterConversions(org.apache.beam.vendor.bytebuddy.v1_10_8.net.bytebuddy.implementation.bytecode.StackManipulation readValue)
createGetterConversions
in interface ByteBuddyUtils.TypeConversionsFactory
public ByteBuddyUtils.TypeConversion<org.apache.beam.vendor.bytebuddy.v1_10_8.net.bytebuddy.implementation.bytecode.StackManipulation> createSetterConversions(org.apache.beam.vendor.bytebuddy.v1_10_8.net.bytebuddy.implementation.bytecode.StackManipulation readValue)
createSetterConversions
in interface ByteBuddyUtils.TypeConversionsFactory