Class StringWrapper

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

public class StringWrapper extends AbstractWrapper<String>
A wrapper for the String class.
  • Constructor Details

    • StringWrapper

      public StringWrapper()
    • StringWrapper

      public StringWrapper(String value)
  • Method Details

    • 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