- targetAs(Class<?>) - Method in interface org.osgi.util.converter.Specifying
-
Treat the target object as the specified class.
- targetAsBean() - Method in interface org.osgi.util.converter.Specifying
-
Treat the target object as a JavaBean.
- targetAsDTO() - Method in interface org.osgi.util.converter.Specifying
-
Treat the target object as a DTO even if it has methods or is otherwise
not recognized as a DTO.
- TargetRule - Interface in org.osgi.util.converter
-
Interface for custom conversion rules.
- to(Class<T>) - Method in interface org.osgi.util.converter.Converting
-
Specify the target object type for the conversion as a class object.
- to(Type) - Method in interface org.osgi.util.converter.Converting
-
Specify the target object type as a Java Reflection Type object.
- to(TypeReference<T>) - Method in interface org.osgi.util.converter.Converting
-
- to(Class<T>) - Method in interface org.osgi.util.converter.Functioning
-
Specify the target object type for the conversion as a class object.
- to(Type) - Method in interface org.osgi.util.converter.Functioning
-
Specify the target object type as a Java Reflection Type object.
- to(TypeReference<T>) - Method in interface org.osgi.util.converter.Functioning
-
- TypeReference<T> - Class in org.osgi.util.converter
-
An object does not carry any runtime information about its generic type.
- TypeReference() - Constructor for class org.osgi.util.converter.TypeReference
-
- TypeRule<F,T> - Class in org.osgi.util.converter
-
Rule implementation that works by passing in type arguments rather than
subclassing.
- TypeRule(Type, Type, Function<F, T>) - Constructor for class org.osgi.util.converter.TypeRule
-
Create an instance based on source, target types and a conversion
function.