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
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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BindingType
public BindingType()
-
-
Method Details
-
newBindingType
public static BindingType newBindingType(java.lang.reflect.Type forType, BindingContext bindingContext) -
bindingFor
-
bindingFor
public BindingType bindingFor(com.fasterxml.classmate.ResolvedType resolvedType, BindingContext bindingContext)
-