Class BigDecimalSubstitution
- java.lang.Object
-
- io.quarkiverse.asyncapi.annotation.scanner.BigDecimalSubstitution
-
- All Implemented Interfaces:
io.quarkus.runtime.ObjectSubstitution<BigDecimal,Double>
public class BigDecimalSubstitution extends Object implements io.quarkus.runtime.ObjectSubstitution<BigDecimal,Double>
- Since:
- 03.08.2023
-
-
Constructor Summary
Constructors Constructor Description BigDecimalSubstitution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimaldeserialize(Double aObj)Doubleserialize(BigDecimal aObj)
-
-
-
Method Detail
-
serialize
public Double serialize(BigDecimal aObj)
- Specified by:
serializein interfaceio.quarkus.runtime.ObjectSubstitution<BigDecimal,Double>
-
deserialize
public BigDecimal deserialize(Double aObj)
- Specified by:
deserializein interfaceio.quarkus.runtime.ObjectSubstitution<BigDecimal,Double>
-
-