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_11_0.net.bytebuddy.implementation.bytecode.StackManipulation> |
createGetterConversions(org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy.implementation.bytecode.StackManipulation readValue) |
ByteBuddyUtils.TypeConversion<org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy.implementation.bytecode.StackManipulation> |
createSetterConversions(org.apache.beam.vendor.bytebuddy.v1_11_0.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.TypeConversionsFactorypublic ByteBuddyUtils.TypeConversion<org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy.implementation.bytecode.StackManipulation> createGetterConversions(org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy.implementation.bytecode.StackManipulation readValue)
createGetterConversions in interface ByteBuddyUtils.TypeConversionsFactorypublic ByteBuddyUtils.TypeConversion<org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy.implementation.bytecode.StackManipulation> createSetterConversions(org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy.implementation.bytecode.StackManipulation readValue)
createSetterConversions in interface ByteBuddyUtils.TypeConversionsFactory