Search in sources :

Example 1 with ToPojo

use of io.sundr.builder.internal.functions.ToPojo in project sundrio by sundrio.

the class SimpleAnnotationTest method testPojo.

@Test
public void testPojo() {
    System.out.println(simpleClassDef);
    TypeDef pojo = new ToPojo().apply(TypeArguments.apply(simpleClassDef));
    Assert.assertNotNull(pojo);
}
Also used : TypeDef(io.sundr.model.TypeDef) ToPojo(io.sundr.builder.internal.functions.ToPojo) Test(org.junit.Test)

Aggregations

ToPojo (io.sundr.builder.internal.functions.ToPojo)1 TypeDef (io.sundr.model.TypeDef)1 Test (org.junit.Test)1