Uses of Class
org.eclipse.yasson.internal.components.ComponentBindings
Packages that use ComponentBindings
-
Uses of ComponentBindings in org.eclipse.yasson.internal
Fields in org.eclipse.yasson.internal with type parameters of type ComponentBindingsModifier and TypeFieldDescriptionprivate final ConcurrentMap<Type,
ComponentBindings> ComponentMatcher.userComponents
Methods in org.eclipse.yasson.internal that return ComponentBindingsModifier and TypeMethodDescriptionprivate ComponentBindings
ComponentMatcher.getBindingInfo
(Type type) Methods in org.eclipse.yasson.internal with parameters of type ComponentBindingsModifier and TypeMethodDescriptionprivate <T> Optional<T>
ComponentMatcher.getMatchingBinding
(Type runtimeType, ComponentBindings binding, Function<ComponentBindings, T> supplier) Method parameters in org.eclipse.yasson.internal with type arguments of type ComponentBindingsModifier and TypeMethodDescriptionprivate <T> Optional<T>
ComponentMatcher.getMatchingBinding
(Type runtimeType, ComponentBindings binding, Function<ComponentBindings, T> supplier) private <T extends AbstractComponentBinding>
Optional<T>ComponentMatcher.searchComponentBinding
(Type runtimeType, Function<ComponentBindings, T> supplier)