public abstract class OptimizedAccessorFactory extends Object
Modifier and Type | Method | Description |
---|---|---|
static <B,V> Accessor<B,V> |
get(Field field) |
Gets the optimized
Accessor that accesses the given field. |
static <B,V> Accessor<B,V> |
get(Method getter,
Method setter) |
Gets the optimized
Accessor that accesses the given getter/setter. |
Copyright © 2018 Oracle Corporation. All rights reserved.