Class DefaultMismatchedInputException.MismatchedJsonInputError.Builder
- java.lang.Object
-
- io.quarkus.resteasy.reactive.jackson.runtime.mappers.DefaultMismatchedInputException.MismatchedJsonInputError.Builder
-
- Enclosing class:
- DefaultMismatchedInputException.MismatchedJsonInputError
static class DefaultMismatchedInputException.MismatchedJsonInputError.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultMismatchedInputException.MismatchedJsonInputErrorbuild()DefaultMismatchedInputException.MismatchedJsonInputError.BuildersetAttributeName(String attributeName)DefaultMismatchedInputException.MismatchedJsonInputError.BuildersetColumn(Integer column)DefaultMismatchedInputException.MismatchedJsonInputError.BuildersetLine(Integer line)DefaultMismatchedInputException.MismatchedJsonInputError.BuildersetValue(Object value)
-
-
-
Constructor Detail
-
Builder
public Builder(String objectName)
-
-
Method Detail
-
setAttributeName
public DefaultMismatchedInputException.MismatchedJsonInputError.Builder setAttributeName(String attributeName)
-
setLine
public DefaultMismatchedInputException.MismatchedJsonInputError.Builder setLine(Integer line)
-
setColumn
public DefaultMismatchedInputException.MismatchedJsonInputError.Builder setColumn(Integer column)
-
setValue
public DefaultMismatchedInputException.MismatchedJsonInputError.Builder setValue(Object value)
-
build
public DefaultMismatchedInputException.MismatchedJsonInputError build()
-
-