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

com.buschmais.xo.impl.proxy.example.composite.AsMethod Maven / Gradle / Ivy

The newest version!
package com.buschmais.xo.impl.proxy.example.composite;

import java.util.Map;

import com.buschmais.xo.api.metadata.method.PrimitivePropertyMethodMetadata;
import com.buschmais.xo.impl.proxy.common.composite.AbstractAsMethod;

public class AsMethod extends AbstractAsMethod, Object>> {

    @Override
    protected Object getInstance(Object instance, Map, Object> entity) {
        return instance;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy