All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nosql.artemis.artemis-core.0.1.0.M1.source-code.FieldReader.tempalte Maven / Gradle / Ivy

There is a newer version: 1.0.0-b2
Show newest version
package {0};

import jakarta.nosql.mapping.reflection.FieldReader;

public class {1} implements FieldReader '{'
    @Override
    public Object read(Object bean) '{'
        return {2}.class.cast(bean).{3}();
    '}'
'}'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy