MCPcopy Index your code
hub / github.com/ari4java/ari4java / ClassFactory

Interface ClassFactory

src/main/java/ch/loway/oss/ari4java/ARI.java:556–558  ·  view source on GitHub ↗

This interface is used to go from an interface to its concrete implementation.

Source from the content-addressed store, hash-verified

554 * This interface is used to go from an interface to its concrete implementation.
555 */
556 public interface ClassFactory {
557 public Class<?> getImplementationFor(Class<?> interfaceClass);
558 }
559
560 /**
561 * Is the Websocket is connected

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected