Class ArrayWrapper

java.lang.Object
org.seasar.doma.wrapper.AbstractWrapper<Array>
org.seasar.doma.wrapper.ArrayWrapper
All Implemented Interfaces:
Wrapper<Array>

public class ArrayWrapper extends AbstractWrapper<Array>
A wrapper for the Array class.
  • Constructor Details

    • ArrayWrapper

      public ArrayWrapper()
    • ArrayWrapper

      public ArrayWrapper(Array value)
  • Method Details

    • doGetCopy

      protected Array doGetCopy()
      Overrides:
      doGetCopy in class AbstractWrapper<Array>
    • doHasEqualValue

      protected boolean doHasEqualValue(Object otherValue)
      Overrides:
      doHasEqualValue in class AbstractWrapper<Array>
    • accept

      public <R, P, Q, TH extends Throwable> R accept(WrapperVisitor<R,P,Q,TH> visitor, P p, Q q) throws TH
      Description copied from interface: Wrapper
      Accept a visitor.
      Type Parameters:
      R - The result
      P - The first parameter type
      Q - The second parameter type
      TH - The error or exception type
      Parameters:
      visitor - the visitor
      p - the first parameter
      q - the second parameter
      Returns:
      the result
      Throws:
      TH - the error or exception type