Class WrapServerIfApplicableFunction

  • All Implemented Interfaces:
    com.google.common.base.Function<ServerCreate,​ModelEntity>, Function<ServerCreate,​ModelEntity>

    public class WrapServerIfApplicableFunction
    extends Object
    implements com.google.common.base.Function<ServerCreate,​ModelEntity>
    Wraps a ServerCreate entity to another type if applicable. For example if a server container scheduler hints this function is responsible for wrapping it in a higher level class to support booting.
    Author:
    Jeremy Unruh