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

org.pojava.transformation.UncheckedAdaptor Maven / Gradle / Ivy

package org.pojava.transformation;

import org.pojava.lang.UncheckedBinding;

public interface UncheckedAdaptor {

    public Class inboundType();

    public Class outboundType();

    public UncheckedBinding inbound(UncheckedBinding outBinding);

    public UncheckedBinding outbound(UncheckedBinding inBinding);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy