Interface FieldProjectionBuilder.TypeSelector
-
- Enclosing interface:
- FieldProjectionBuilder<T>
public static interface FieldProjectionBuilder.TypeSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> FieldProjectionBuilder<T>
type(Class<T> expectedType, ValueConvert convert)
-
-
-
Method Detail
-
type
<T> FieldProjectionBuilder<T> type(Class<T> expectedType, ValueConvert convert)
-
-