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
    BindingType bindingFor​(com.fasterxml.classmate.ResolvedType resolvedType)  
    BindingType bindingFor​(com.fasterxml.classmate.ResolvedType resolvedType, BindingContext bindingContext)  
    static BindingType newBindingType​(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

      public BindingType bindingFor​(com.fasterxml.classmate.ResolvedType resolvedType)
    • bindingFor

      public BindingType bindingFor​(com.fasterxml.classmate.ResolvedType resolvedType, BindingContext bindingContext)