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

com.maxleap.code.Request Maven / Gradle / Ivy

There is a newer version: 2.4.9
Show newest version
package com.maxleap.code;


/**
 * Created by stream.
 */
public interface Request {

  /**
   * @param clazz the class of want to convert
   * @param    th class type of want to convert
   * @return object of want to convert
   */
   T parameter(Class clazz);

  UserPrincipal getUserPrincipal();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy