Package org.instancio

Interface BindingTarget


  • public interface BindingTarget
    A class for targeting fields and classes.
    • Method Detail

      • getTargetClass

        Class<?> getTargetClass()
        Returns the target class to bind to.
        Returns:
        target class
      • getFieldName

        String getFieldName()
        Returns the field to bind to.
        Returns:
        target field name