Package org.miaixz.bus.proxy.provider
Class NullProvider
java.lang.Object
org.miaixz.bus.proxy.provider.AlwaysProvider
org.miaixz.bus.proxy.provider.NullProvider
- All Implemented Interfaces:
Provider
总是返回null
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.miaixz.bus.proxy.provider.AlwaysProvider
getObject
-
Constructor Details
-
NullProvider
public NullProvider()
-