Uses of Class
software.amazon.awssdk.enhanced.dynamodb.internal.immutable.ImmutablePropertyDescriptor
-
Packages that use ImmutablePropertyDescriptor Package Description software.amazon.awssdk.enhanced.dynamodb.internal.immutable -
-
Uses of ImmutablePropertyDescriptor in software.amazon.awssdk.enhanced.dynamodb.internal.immutable
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.immutable that return ImmutablePropertyDescriptor Modifier and Type Method Description static ImmutablePropertyDescriptor
ImmutablePropertyDescriptor. create(String name, Method getter, Method setter)
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.immutable that return types with arguments of type ImmutablePropertyDescriptor Modifier and Type Method Description Collection<ImmutablePropertyDescriptor>
ImmutableInfo. propertyDescriptors()
Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.immutable with type arguments of type ImmutablePropertyDescriptor Modifier and Type Method Description ImmutableInfo.Builder<T>
ImmutableInfo.Builder. propertyDescriptors(Collection<ImmutablePropertyDescriptor> propertyDescriptors)
-