Class ScopeImpl

java.lang.Object
org.instancio.internal.selectors.ScopeImpl
All Implemented Interfaces:
Scope

public final class ScopeImpl extends Object implements Scope
  • Constructor Details

    • ScopeImpl

      public ScopeImpl(Class<?> targetClass, @Nullable @Nullable String fieldName)
  • Method Details

    • getTargetClass

      public Class<?> getTargetClass()
    • getFieldName

      public String getFieldName()
    • isFieldScope

      public boolean isFieldScope()
    • resolveField

      public Field resolveField()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object