public class DefineImplFinder extends Object implements ImplFinder, Serializable
Modifier and Type | Field and Description |
---|---|
static ImplFinder |
DEFAULT |
Constructor and Description |
---|
DefineImplFinder() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
findImplFor(Class<?> c) |
boolean |
isFinderFor(Class<?> c) |
public static final ImplFinder DEFAULT
public Class<?> findImplFor(Class<?> c) throws Exception
findImplFor
in interface ImplFinder
Exception
public boolean isFinderFor(Class<?> c) throws Exception
isFinderFor
in interface ImplFinder
Exception
Copyright © 2022 Fugerit. All rights reserved.