Package ch.kk7.confij.binding
Class BindingType
- java.lang.Object
-
- ch.kk7.confij.binding.BindingType
-
public class BindingType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BindingType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingTypebindingFor(com.fasterxml.classmate.ResolvedType resolvedType)BindingTypebindingFor(com.fasterxml.classmate.ResolvedType resolvedType, BindingContext bindingContext)static BindingTypenewBindingType(java.lang.reflect.Type forType, BindingContext bindingContext)
-
-
-
Method Detail
-
newBindingType
public static BindingType newBindingType(java.lang.reflect.Type forType, BindingContext bindingContext)
-
bindingFor
public BindingType bindingFor(com.fasterxml.classmate.ResolvedType resolvedType)
-
bindingFor
public BindingType bindingFor(com.fasterxml.classmate.ResolvedType resolvedType, BindingContext bindingContext)
-
-