Class TypeMatcher.BigDecimalTypeMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher<java.lang.String>, org.hamcrest.SelfDescribing
    Enclosing class:
    TypeMatcher<T>

    private static class TypeMatcher.BigDecimalTypeMatcher
    extends TypeMatcher<java.math.BigDecimal>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BigDecimalTypeMatcher​(org.hamcrest.Matcher<? extends java.math.BigDecimal> matcher)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.math.BigDecimal convert​(java.lang.String item)  
      • Methods inherited from class org.hamcrest.TypeSafeMatcher

        describeMismatch, matches
      • Methods inherited from class org.hamcrest.BaseMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BigDecimalTypeMatcher

        private BigDecimalTypeMatcher​(org.hamcrest.Matcher<? extends java.math.BigDecimal> matcher)
    • Method Detail

      • convert

        protected java.math.BigDecimal convert​(java.lang.String item)
        Specified by:
        convert in class TypeMatcher<java.math.BigDecimal>