Class SimpleBean
java.lang.Object
io.micronaut.serde.yaml.tck.SimpleBean
A mutable bean with two scalar properties.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleBean
public SimpleBean() -
SimpleBean
-
-
Method Details
-
getName
-
setName
-
getAge
public int getAge() -
setAge
public void setAge(int age) -
equals
-
hashCode
-
toString
-